GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2025-11-16T00:39:26.5513051+00:00",
"SubmitDate": "2025-11-16T00:39:26.5513051+00:00",
"ReportPeriodStart": "2025-11-16T00:39:26.5513051+00:00",
"ReportPeriodEnd": "2025-11-16T00:39:26.5513051+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "5323bd2f-be00-498d-87c0-2ef93fef8d50",
"Rows": [
{
"ItemId": "0dc785f3-c82b-418a-be13-e6990b148adf",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0dc785f3-c82b-418a-be13-e6990b148adf",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "5323bd2f-be00-498d-87c0-2ef93fef8d50",
"Rows": [
{
"ItemId": "0dc785f3-c82b-418a-be13-e6990b148adf",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0dc785f3-c82b-418a-be13-e6990b148adf",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"ff4ce96e-e273-444c-ba26-48207318da1b",
"e11e3737-4125-418e-a1c2-161982a75ed9"
],
"Approvers": [
"ae7bf112-4a00-4bcb-9316-8ec7b56c3bcb",
"e84fbaf9-56fd-48ee-a9e4-f59a84bd052a"
],
"ApprovedBy": "75aadcbf-3584-4978-8aa7-9331e1ae141f",
"ApprovalDate": "2025-11-16T00:39:26.5513051+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "3f130a50-9a64-4e38-90a1-1af54914ce5d",
"id": "19beaa5e-d598-460b-8402-ce1c46b29dcc",
"ConfigId": "a3dc3d40-c453-4a63-b03d-096ae7f0e69f"
},
{
"GenerationDate": "2025-11-16T00:39:26.5513051+00:00",
"SubmitDate": "2025-11-16T00:39:26.5513051+00:00",
"ReportPeriodStart": "2025-11-16T00:39:26.5513051+00:00",
"ReportPeriodEnd": "2025-11-16T00:39:26.5513051+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "5323bd2f-be00-498d-87c0-2ef93fef8d50",
"Rows": [
{
"ItemId": "0dc785f3-c82b-418a-be13-e6990b148adf",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0dc785f3-c82b-418a-be13-e6990b148adf",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "5323bd2f-be00-498d-87c0-2ef93fef8d50",
"Rows": [
{
"ItemId": "0dc785f3-c82b-418a-be13-e6990b148adf",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0dc785f3-c82b-418a-be13-e6990b148adf",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"ff4ce96e-e273-444c-ba26-48207318da1b",
"e11e3737-4125-418e-a1c2-161982a75ed9"
],
"Approvers": [
"ae7bf112-4a00-4bcb-9316-8ec7b56c3bcb",
"e84fbaf9-56fd-48ee-a9e4-f59a84bd052a"
],
"ApprovedBy": "75aadcbf-3584-4978-8aa7-9331e1ae141f",
"ApprovalDate": "2025-11-16T00:39:26.5513051+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "3f130a50-9a64-4e38-90a1-1af54914ce5d",
"id": "19beaa5e-d598-460b-8402-ce1c46b29dcc",
"ConfigId": "a3dc3d40-c453-4a63-b03d-096ae7f0e69f"
}
]